@charset "UTF-8";




@media screen and (max-width: 540px){ 
	.nav-link{font-size: 1.0em !important;}

}



@media screen and (max-width: 540px){ 
	h2{font-size: 1.0em !important;}

}

/* Navbar start */

.navbar navbar-expand-lg{background-color:#17517E;
                         color:#17517E;
}




.navbar-dark .navbar-nav .nav-link {
    color: rgba(212, 228, 176, 1.00);
	
}


.bg-dark {
    bs-bg-opacity: 1;
    background-color: rgba(36, 51, 27,1.00)!important;
}

.nav-link {
    display: block;
    padding: 0.5rem;
    /* color: #0d6efd; */
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	font-family:Bilo;
	font-size: 23px;

}




.dropdown-menu{
	background-color: rgba(212, 228, 176, 1.00);
}

.dropdown-item{font-family:Bilo;
	color: rgba(36, 51, 27,1.00);
	
}



	
	/* Navbar end */


    /* text start */
h5{font-family: Urbane Rounded;
   color: rgba(212, 228, 176, 1.00);
   text-align-last: inherit;
}


h6{font-family: Avenir;
	color:rgba(36, 51, 27,1.00); }

h1{font-family: Urbane Rounded;
   text-align: center;
   margin-top: 50px;}


h4{color:rgba(36, 51, 27,1.00);
   font-family:Urbane Rounded;
   text-align: center;}

h2{font-family: Avenir,bold;
   text-align: center;
   margin-top: 50px;
   color:white;
	text-shadow:2px 2px black;
}
    
   
	   
	




	 /* text end */
	
     /* card start */

.bgorange{background-color:white; }


.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25
rem
 - 1px);
    border-top-right-radius: calc(0.25
rem
 - 1px);
    margin-bottom: -80px;

}



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color:#FAE9D7 ;
    background-clip: border-box;
    border: 1
px
 solid rgba(0,0,0,.125);
    border-radius: 0.25
rem
;
}

/* card end */

















	
/* btn start */

.btn-light{font-family:Urbane Rounded;
           background-color: white;
           color:rgba(36, 51, 27,1.00);}

.btn-light a:link{color:rgba(36, 51, 27,1.00)}
.btn-light a:visited{color:rgba(36, 51, 27,1.00);}
.btn-light a:hover{color:rgba(36, 51, 27,1.00)}
.btn-light a:active{color:rgba(36, 51, 27,1.00)}
	

.btn-secondary{
	font-family: Urbane Rounded;
    color:white;
    background-color:rgba(36, 51, 27,1.00);
    border-color: rgba(36, 51, 27,1.00);		
}
.btn-secondary a:link{color:white}
.btn-secondary a:visited{color:white;}
.btn-secondary a:hover{color:rgba(36, 51, 27,1.00)}
.btn-secondary a:active{color:rgba(36, 51, 27,1.00)}



/* btn start */








/* email start */

.email{background-color:#F2C28C;
       font-family:Urbane Rounded;
	   color:rgba(36, 51, 27,1.00);}



.emailbg{background-color:#F2C28C;}

/* email finish*/


/* footer */
.socials{color:rgba(36, 51, 27,1.00); }

.logofooter{margin-top: 40px;}

.fa-instagram-square a:hover{color:rgba(212, 228, 176, 1.00);}

.fab{color:rgba(36, 51, 27,1.00);}
.fab:active{color: black;}
.fab:hover{color:rgba(212, 228, 176, 1.00);}

/* brontosaurus*/

.informationsecond{background-color:#FAE9D7; }





.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}









	
	
	